home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
OOP_Course
/
Examples
/
DrawTests
/
DPSUserPath
/
DPSUPView.h
next >
Wrap
Text File
|
1992-12-19
|
267b
|
18 lines
/* Generated by Interface Builder */
#import <appkit/appkit.h>
#import "MouseView.h"
@interface DPSUPView:MouseView
{
float sqSide, backgroundGray;
float xOffset, yOffset;
NXRect sqRect;
}
- (float)backgroundGray;
- takeBackgroundGrayFrom:sender;
@end